Html Css Color HEX #C65032 Trinidad

📋 copy color: '#C65032'

red 198 ◦ green 80 ◦ blue 50

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

Shades of Trinidad #C65032

Tints of Trinidad #C65032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 60.37%
G = 24.39%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C65032 (or 0xC65032) is known color: Trinidad. HEX triplet: C6, 50 and 32. RGB value is (198,80,50). Sum of RGB (Red+Green+Blue) = 198+80+50=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C65032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65032 is #39AFCD. Grayscale: #707070. Windows color (decimal): -3780558 or 3297478. OLE color: 3297478.

HSL color Cylindrical-coordinate representation of color #C65032: hue angle of 12.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65032 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 50 -
CMYK 0 0.60 0.75 0.22
HSL 12.16º 0.6% 0.49% -
HSV(B) 12.16º 0.75% 0.78% -
XYZ 26.73 17.97 5.08 -
YUV 111.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 198 80 50 0 0.60 0.75 0.22 12.16 0.6 0.49
Hex C6 50 32 0 3C 4B 16 C 3C 31
Octal 306 120 62 0 74 113 26 14 74 61
Binary 11000110 1010000 110010 0 111100 1001011 10110 1100 111100 110001

Color Harmonies of #C65032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65032

Black with #C65032

Text Example


Text Example

White with #C65032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65032; }

 p { color: rgb(198,80,50); }

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

background-color css

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

 a { background-color: rgb(198,80,50); }

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

border-color css

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

 span { border-color: rgb(198,80,50); }

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