Html Css Color HEX #C67948 Brandy Punch

📋 copy color: '#C67948'

red 198 ◦ green 121 ◦ blue 72

#C67948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C67948

Tints of Brandy Punch #C67948

RGB

 RED value IS 198 (77.73% from 255) = 50.64%

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 50.64%
G = 30.95%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67948 (or 0xC67948) is known color: Brandy Punch. HEX triplet: C6, 79 and 48. RGB value is (198,121,72). Sum of RGB (Red+Green+Blue) = 198+121+72=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67948 is #3986B7. Grayscale: #8A8A8A. Windows color (decimal): -3770040 or 4749766. OLE color: 4749766.

HSL color Cylindrical-coordinate representation of color #C67948: hue angle of 23.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67948 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 72 -
CMYK 0 0.39 0.64 0.22
HSL 23.33º 0.53% 0.53% -
HSV(B) 23.33º 0.64% 0.78% -
XYZ 31.3 26.15 9.53 -
YUV 138.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 198 121 72 0 0.39 0.64 0.22 23.33 0.53 0.53
Hex C6 79 48 0 27 40 16 17 34 35
Octal 306 171 110 0 47 100 26 27 64 65
Binary 11000110 1111001 1001000 0 100111 1000000 10110 10111 110100 110101

Color Harmonies of #C67948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67948

Black with #C67948

Text Example


Text Example

White with #C67948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67948; }

 p { color: rgb(198,121,72); }

 H1.HeaderClassName
 {
   color: #C67948;
 }
 .AnyTagClassName
 {
   color: #C67948;
 }
</style>

background-color css

<style>
 a { background-color: #C67948; }

 a { background-color: rgb(198,121,72); }

 div.DivClassName
 {
   background-color: #C67948;
 }
 .BgClassName
 {
   background-color: #C67948;
 }
</style>

border-color css

<style>
 span { border-color: #C67948; }

 span { border-color: rgb(198,121,72); }

 td.TdClassName
 {
   border-color: #C67948;
 }
 .TagClassName
 {
   border-color: #C67948;
 }
</style>