Html Css Color HEX #C35333 Trinidad

📋 copy color: '#C35333'

red 195 ◦ green 83 ◦ blue 51

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

Shades of Trinidad #C35333

Tints of Trinidad #C35333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 59.27%
G = 25.23%
B = 15.5%

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

#C35333 (or 0xC35333) is known color: Trinidad. HEX triplet: C3, 53 and 33. RGB value is (195,83,51). Sum of RGB (Red+Green+Blue) = 195+83+51=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C35333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35333 is #3CACCC. Grayscale: #717171. Windows color (decimal): -3976397 or 3363779. OLE color: 3363779.

HSL color Cylindrical-coordinate representation of color #C35333: hue angle of 13.33º 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 #C35333 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 51 -
CMYK 0 0.57 0.74 0.24
HSL 13.33º 0.59% 0.48% -
HSV(B) 13.33º 0.74% 0.76% -
XYZ 26.2 18.03 5.23 -
YUV 112.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 195 83 51 0 0.57 0.74 0.24 13.33 0.59 0.48
Hex C3 53 33 0 39 4A 18 D 3B 30
Octal 303 123 63 0 71 112 30 15 73 60
Binary 11000011 1010011 110011 0 111001 1001010 11000 1101 111011 110000

Color Harmonies of #C35333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35333

Black with #C35333

Text Example


Text Example

White with #C35333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35333; }

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

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

background-color css

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

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

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

border-color css

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

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

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