Html Css Color HEX #C06531 Christine

📋 copy color: '#C06531'

red 192 ◦ green 101 ◦ blue 49

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

Shades of Christine #C06531

Tints of Christine #C06531

RGB

 RED value IS 192 (75.39% from 255) = 56.14%

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 56.14%
G = 29.53%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C06531 (or 0xC06531) is known color: Christine. HEX triplet: C0, 65 and 31. RGB value is (192,101,49). Sum of RGB (Red+Green+Blue) = 192+101+49=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C06531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06531 is #3F9ACE. Grayscale: #7A7A7A. Windows color (decimal): -4168399 or 3237312. OLE color: 3237312.

HSL color Cylindrical-coordinate representation of color #C06531: hue angle of 21.82º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06531 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 49 -
CMYK 0 0.47 0.74 0.25
HSL 21.82º 0.59% 0.47% -
HSV(B) 21.82º 0.74% 0.75% -
XYZ 26.95 20.74 5.49 -
YUV 122.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 192 101 49 0 0.47 0.74 0.25 21.82 0.59 0.47
Hex C0 65 31 0 2F 4A 19 16 3B 2F
Octal 300 145 61 0 57 112 31 26 73 57
Binary 11000000 1100101 110001 0 101111 1001010 11001 10110 111011 101111

Color Harmonies of #C06531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06531

Black with #C06531

Text Example


Text Example

White with #C06531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06531; }

 p { color: rgb(192,101,49); }

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

background-color css

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

 a { background-color: rgb(192,101,49); }

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

border-color css

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

 span { border-color: rgb(192,101,49); }

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