Html Css Color HEX #C35335 Trinidad

📋 copy color: '#C35335'

red 195 ◦ green 83 ◦ blue 53

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

Shades of Trinidad #C35335

Tints of Trinidad #C35335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 58.91%
G = 25.08%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C35335 (or 0xC35335) is known color: Trinidad. HEX triplet: C3, 53 and 35. RGB value is (195,83,53). Sum of RGB (Red+Green+Blue) = 195+83+53=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C35335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35335 is #3CACCA. Grayscale: #717171. Windows color (decimal): -3976395 or 3494851. OLE color: 3494851.

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

Color convert

RGB 195 83 53 -
CMYK 0 0.57 0.73 0.24
HSL 12.68º 0.57% 0.49% -
HSV(B) 12.68º 0.73% 0.76% -
XYZ 26.24 18.05 5.47 -
YUV 113.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 195 83 53 0 0.57 0.73 0.24 12.68 0.57 0.49
Hex C3 53 35 0 39 49 18 D 39 31
Octal 303 123 65 0 71 111 30 15 71 61
Binary 11000011 1010011 110101 0 111001 1001001 11000 1101 111001 110001

Color Harmonies of #C35335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35335

Black with #C35335

Text Example


Text Example

White with #C35335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35335; }

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

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

background-color css

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

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

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

border-color css

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

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

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