Html Css Color HEX #C64721 Trinidad

📋 copy color: '#C64721'

red 198 ◦ green 71 ◦ blue 33

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

Shades of Trinidad #C64721

Tints of Trinidad #C64721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 65.56%
G = 23.51%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C64721 (or 0xC64721) is known color: Trinidad. HEX triplet: C6, 47 and 21. RGB value is (198,71,33). Sum of RGB (Red+Green+Blue) = 198+71+33=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C64721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64721 is #39B8DE. Grayscale: #686868. Windows color (decimal): -3782879 or 2181062. OLE color: 2181062.

HSL color Cylindrical-coordinate representation of color #C64721: hue angle of 13.82º 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 #C64721 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 33 -
CMYK 0 0.64 0.83 0.22
HSL 13.82º 0.71% 0.45% -
HSV(B) 13.82º 0.83% 0.78% -
XYZ 25.82 16.62 3.29 -
YUV 104.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 198 71 33 0 0.64 0.83 0.22 13.82 0.71 0.45
Hex C6 47 21 0 40 53 16 E 47 2D
Octal 306 107 41 0 100 123 26 16 107 55
Binary 11000110 1000111 100001 0 1000000 1010011 10110 1110 1000111 101101

Color Harmonies of #C64721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64721

Black with #C64721

Text Example


Text Example

White with #C64721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64721; }

 p { color: rgb(198,71,33); }

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

background-color css

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

 a { background-color: rgb(198,71,33); }

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

border-color css

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

 span { border-color: rgb(198,71,33); }

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