Html Css Color HEX #C65A24 Christine

📋 copy color: '#C65A24'

red 198 ◦ green 90 ◦ blue 36

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

Shades of Christine #C65A24

Tints of Christine #C65A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 36 (14.45% from 255) = 11.11%

R = 61.11%
G = 27.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C65A24 (or 0xC65A24) is known color: Christine. HEX triplet: C6, 5A and 24. RGB value is (198,90,36). Sum of RGB (Red+Green+Blue) = 198+90+36=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A24 is #39A5DB. Grayscale: #747474. Windows color (decimal): -3778012 or 2382534. OLE color: 2382534.

HSL color Cylindrical-coordinate representation of color #C65A24: hue angle of 20º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C65A24 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 36 -
CMYK 0 0.55 0.82 0.22
HSL 20º 0.69% 0.46% -
HSV(B) 20º 0.82% 0.78% -
XYZ 27.26 19.45 3.99 -
YUV 116.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 198 90 36 0 0.55 0.82 0.22 20 0.69 0.46
Hex C6 5A 24 0 37 52 16 14 45 2E
Octal 306 132 44 0 67 122 26 24 105 56
Binary 11000110 1011010 100100 0 110111 1010010 10110 10100 1000101 101110

Color Harmonies of #C65A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A24

Black with #C65A24

Text Example


Text Example

White with #C65A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A24; }

 p { color: rgb(198,90,36); }

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

background-color css

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

 a { background-color: rgb(198,90,36); }

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

border-color css

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

 span { border-color: rgb(198,90,36); }

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