Html Css Color HEX #C65B22 Christine

📋 copy color: '#C65B22'

red 198 ◦ green 91 ◦ blue 34

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

Shades of Christine #C65B22

Tints of Christine #C65B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 61.3%
G = 28.17%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C65B22 (or 0xC65B22) is known color: Christine. HEX triplet: C6, 5B and 22. RGB value is (198,91,34). Sum of RGB (Red+Green+Blue) = 198+91+34=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B22 is #39A4DD. Grayscale: #747474. Windows color (decimal): -3777758 or 2251718. OLE color: 2251718.

HSL color Cylindrical-coordinate representation of color #C65B22: hue angle of 20.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C65B22 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 91 34 -
CMYK 0 0.54 0.83 0.22
HSL 20.85º 0.71% 0.45% -
HSV(B) 20.85º 0.83% 0.78% -
XYZ 27.32 19.6 3.86 -
YUV 116.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 198 91 34 0 0.54 0.83 0.22 20.85 0.71 0.45
Hex C6 5B 22 0 36 53 16 15 47 2D
Octal 306 133 42 0 66 123 26 25 107 55
Binary 11000110 1011011 100010 0 110110 1010011 10110 10101 1000111 101101

Color Harmonies of #C65B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B22

Black with #C65B22

Text Example


Text Example

White with #C65B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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