Html Css Color HEX #C65B24 Christine

📋 copy color: '#C65B24'

red 198 ◦ green 91 ◦ blue 36

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

Shades of Christine #C65B24

Tints of Christine #C65B24

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

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

R = 60.92%
G = 28%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C65B24 (or 0xC65B24) is known color: Christine. HEX triplet: C6, 5B and 24. RGB value is (198,91,36). Sum of RGB (Red+Green+Blue) = 198+91+36=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B24 is #39A4DB. Grayscale: #757575. Windows color (decimal): -3777756 or 2382790. OLE color: 2382790.

HSL color Cylindrical-coordinate representation of color #C65B24: hue angle of 20.37º 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 #C65B24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 91 36 -
CMYK 0 0.54 0.82 0.22
HSL 20.37º 0.69% 0.46% -
HSV(B) 20.37º 0.82% 0.78% -
XYZ 27.35 19.62 4.01 -
YUV 116.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 198 91 36 0 0.54 0.82 0.22 20.37 0.69 0.46
Hex C6 5B 24 0 36 52 16 14 45 2E
Octal 306 133 44 0 66 122 26 24 105 56
Binary 11000110 1011011 100100 0 110110 1010010 10110 10100 1000101 101110

Color Harmonies of #C65B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B24

Black with #C65B24

Text Example


Text Example

White with #C65B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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