Html Css Color HEX #C65A25 Christine

📋 copy color: '#C65A25'

red 198 ◦ green 90 ◦ blue 37

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

Shades of Christine #C65A25

Tints of Christine #C65A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 60.92%
G = 27.69%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65A25 (or 0xC65A25) is known color: Christine. HEX triplet: C6, 5A and 25. RGB value is (198,90,37). Sum of RGB (Red+Green+Blue) = 198+90+37=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A25 is #39A5DA. Grayscale: #747474. Windows color (decimal): -3778011 or 2448070. OLE color: 2448070.

HSL color Cylindrical-coordinate representation of color #C65A25: hue angle of 19.75º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C65A25 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 37 -
CMYK 0 0.55 0.81 0.22
HSL 19.75º 0.69% 0.46% -
HSV(B) 19.75º 0.81% 0.78% -
XYZ 27.28 19.45 4.07 -
YUV 116.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 198 90 37 0 0.55 0.81 0.22 19.75 0.69 0.46
Hex C6 5A 25 0 37 51 16 14 45 2E
Octal 306 132 45 0 67 121 26 24 105 56
Binary 11000110 1011010 100101 0 110111 1010001 10110 10100 1000101 101110

Color Harmonies of #C65A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A25

Black with #C65A25

Text Example


Text Example

White with #C65A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A25; }

 p { color: rgb(198,90,37); }

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

background-color css

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

 a { background-color: rgb(198,90,37); }

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

border-color css

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

 span { border-color: rgb(198,90,37); }

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