Html Css Color HEX #C65D2C Christine

📋 copy color: '#C65D2C'

red 198 ◦ green 93 ◦ blue 44

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

Shades of Christine #C65D2C

Tints of Christine #C65D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 59.1%
G = 27.76%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C65D2C (or 0xC65D2C) is known color: Christine. HEX triplet: C6, 5D and 2C. RGB value is (198,93,44). Sum of RGB (Red+Green+Blue) = 198+93+44=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D2C is #39A2D3. Grayscale: #777777. Windows color (decimal): -3777236 or 2907590. OLE color: 2907590.

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

Color convert

RGB 198 93 44 -
CMYK 0 0.53 0.78 0.22
HSL 19.09º 0.64% 0.47% -
HSV(B) 19.09º 0.78% 0.78% -
XYZ 27.66 20.02 4.79 -
YUV 118.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 198 93 44 0 0.53 0.78 0.22 19.09 0.64 0.47
Hex C6 5D 2C 0 35 4E 16 13 40 2F
Octal 306 135 54 0 65 116 26 23 100 57
Binary 11000110 1011101 101100 0 110101 1001110 10110 10011 1000000 101111

Color Harmonies of #C65D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D2C

Black with #C65D2C

Text Example


Text Example

White with #C65D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D2C; }

 p { color: rgb(198,93,44); }

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

background-color css

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

 a { background-color: rgb(198,93,44); }

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

border-color css

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

 span { border-color: rgb(198,93,44); }

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