Html Css Color HEX #C65332 Trinidad

📋 copy color: '#C65332'

red 198 ◦ green 83 ◦ blue 50

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

Shades of Trinidad #C65332

Tints of Trinidad #C65332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 59.82%
G = 25.08%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C65332 (or 0xC65332) is known color: Trinidad. HEX triplet: C6, 53 and 32. RGB value is (198,83,50). Sum of RGB (Red+Green+Blue) = 198+83+50=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C65332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65332 is #39ACCD. Grayscale: #717171. Windows color (decimal): -3779790 or 3298246. OLE color: 3298246.

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

Color convert

RGB 198 83 50 -
CMYK 0 0.58 0.75 0.22
HSL 13.38º 0.6% 0.49% -
HSV(B) 13.38º 0.75% 0.78% -
XYZ 26.96 18.42 5.15 -
YUV 113.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 198 83 50 0 0.58 0.75 0.22 13.38 0.6 0.49
Hex C6 53 32 0 3A 4B 16 D 3C 31
Octal 306 123 62 0 72 113 26 15 74 61
Binary 11000110 1010011 110010 0 111010 1001011 10110 1101 111100 110001

Color Harmonies of #C65332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65332

Black with #C65332

Text Example


Text Example

White with #C65332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65332; }

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

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

background-color css

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

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

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

border-color css

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

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

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