Html Css Color HEX #C65220 Trinidad

📋 copy color: '#C65220'

red 198 ◦ green 82 ◦ blue 32

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

Shades of Trinidad #C65220

Tints of Trinidad #C65220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 63.46%
G = 26.28%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C65220 (or 0xC65220) is known color: Trinidad. HEX triplet: C6, 52 and 20. RGB value is (198,82,32). Sum of RGB (Red+Green+Blue) = 198+82+32=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C65220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65220 is #39ADDF. Grayscale: #6F6F6F. Windows color (decimal): -3780064 or 2118342. OLE color: 2118342.

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

Color convert

RGB 198 82 32 -
CMYK 0 0.59 0.84 0.22
HSL 18.07º 0.72% 0.45% -
HSV(B) 18.07º 0.84% 0.78% -
XYZ 26.57 18.14 3.47 -
YUV 110.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 198 82 32 0 0.59 0.84 0.22 18.07 0.72 0.45
Hex C6 52 20 0 3B 54 16 12 48 2D
Octal 306 122 40 0 73 124 26 22 110 55
Binary 11000110 1010010 100000 0 111011 1010100 10110 10010 1001000 101101

Color Harmonies of #C65220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65220

Black with #C65220

Text Example


Text Example

White with #C65220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65220; }

 p { color: rgb(198,82,32); }

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

background-color css

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

 a { background-color: rgb(198,82,32); }

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

border-color css

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

 span { border-color: rgb(198,82,32); }

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