Html Css Color HEX #C35332 Trinidad

📋 copy color: '#C35332'

red 195 ◦ green 83 ◦ blue 50

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

Shades of Trinidad #C35332

Tints of Trinidad #C35332

RGB

 RED value IS 195 (76.56% from 255) = 59.45%

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

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

R = 59.45%
G = 25.3%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C35332 (or 0xC35332) is known color: Trinidad. HEX triplet: C3, 53 and 32. RGB value is (195,83,50). Sum of RGB (Red+Green+Blue) = 195+83+50=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C35332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35332 is #3CACCD. Grayscale: #707070. Windows color (decimal): -3976398 or 3298243. OLE color: 3298243.

HSL color Cylindrical-coordinate representation of color #C35332: hue angle of 13.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C35332 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 50 -
CMYK 0 0.57 0.74 0.24
HSL 13.66º 0.59% 0.48% -
HSV(B) 13.66º 0.74% 0.76% -
XYZ 26.17 18.02 5.12 -
YUV 112.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 195 83 50 0 0.57 0.74 0.24 13.66 0.59 0.48
Hex C3 53 32 0 39 4A 18 E 3B 30
Octal 303 123 62 0 71 112 30 16 73 60
Binary 11000011 1010011 110010 0 111001 1001010 11000 1110 111011 110000

Color Harmonies of #C35332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35332

Black with #C35332

Text Example


Text Example

White with #C35332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35332; }

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

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

background-color css

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

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

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

border-color css

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

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

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