Html Css Color HEX #C65F23 Christine

📋 copy color: '#C65F23'

red 198 ◦ green 95 ◦ blue 35

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

Shades of Christine #C65F23

Tints of Christine #C65F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 60.37%
G = 28.96%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C65F23 (or 0xC65F23) is known color: Christine. HEX triplet: C6, 5F and 23. RGB value is (198,95,35). Sum of RGB (Red+Green+Blue) = 198+95+35=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F23 is #39A0DC. Grayscale: #777777. Windows color (decimal): -3776733 or 2318278. OLE color: 2318278.

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

Color convert

RGB 198 95 35 -
CMYK 0 0.52 0.82 0.22
HSL 22.09º 0.7% 0.46% -
HSV(B) 22.09º 0.82% 0.78% -
XYZ 27.68 20.31 4.05 -
YUV 118.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 198 95 35 0 0.52 0.82 0.22 22.09 0.7 0.46
Hex C6 5F 23 0 34 52 16 16 46 2E
Octal 306 137 43 0 64 122 26 26 106 56
Binary 11000110 1011111 100011 0 110100 1010010 10110 10110 1000110 101110

Color Harmonies of #C65F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F23

Black with #C65F23

Text Example


Text Example

White with #C65F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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