Html Css Color HEX #C65F2A Christine

📋 copy color: '#C65F2A'

red 198 ◦ green 95 ◦ blue 42

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

Shades of Christine #C65F2A

Tints of Christine #C65F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 59.1%
G = 28.36%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C65F2A (or 0xC65F2A) is known color: Christine. HEX triplet: C6, 5F and 2A. RGB value is (198,95,42). Sum of RGB (Red+Green+Blue) = 198+95+42=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F2A is #39A0D5. Grayscale: #787878. Windows color (decimal): -3776726 or 2777030. OLE color: 2777030.

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

Color convert

RGB 198 95 42 -
CMYK 0 0.52 0.79 0.22
HSL 20.38º 0.65% 0.47% -
HSV(B) 20.38º 0.79% 0.78% -
XYZ 27.8 20.36 4.65 -
YUV 119.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 198 95 42 0 0.52 0.79 0.22 20.38 0.65 0.47
Hex C6 5F 2A 0 34 4F 16 14 41 2F
Octal 306 137 52 0 64 117 26 24 101 57
Binary 11000110 1011111 101010 0 110100 1001111 10110 10100 1000001 101111

Color Harmonies of #C65F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F2A

Black with #C65F2A

Text Example


Text Example

White with #C65F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F2A; }

 p { color: rgb(198,95,42); }

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

background-color css

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

 a { background-color: rgb(198,95,42); }

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

border-color css

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

 span { border-color: rgb(198,95,42); }

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