Html Css Color HEX #C67945 Brandy Punch

📋 copy color: '#C67945'

red 198 ◦ green 121 ◦ blue 69

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

Shades of Brandy Punch #C67945

Tints of Brandy Punch #C67945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 51.03%
G = 31.19%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67945 (or 0xC67945) is known color: Brandy Punch. HEX triplet: C6, 79 and 45. RGB value is (198,121,69). Sum of RGB (Red+Green+Blue) = 198+121+69=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C67945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67945 is #3986BA. Grayscale: #8A8A8A. Windows color (decimal): -3770043 or 4553158. OLE color: 4553158.

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

Color convert

RGB 198 121 69 -
CMYK 0 0.39 0.65 0.22
HSL 24.19º 0.53% 0.52% -
HSV(B) 24.19º 0.65% 0.78% -
XYZ 31.2 26.11 9.03 -
YUV 138.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 198 121 69 0 0.39 0.65 0.22 24.19 0.53 0.52
Hex C6 79 45 0 27 41 16 18 35 34
Octal 306 171 105 0 47 101 26 30 65 64
Binary 11000110 1111001 1000101 0 100111 1000001 10110 11000 110101 110100

Color Harmonies of #C67945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67945

Black with #C67945

Text Example


Text Example

White with #C67945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67945; }

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

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

background-color css

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

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

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

border-color css

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

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

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