Html Css Color HEX #C35023 Trinidad

📋 copy color: '#C35023'

red 195 ◦ green 80 ◦ blue 35

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

Shades of Trinidad #C35023

Tints of Trinidad #C35023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 62.9%
G = 25.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C35023 (or 0xC35023) is known color: Trinidad. HEX triplet: C3, 50 and 23. RGB value is (195,80,35). Sum of RGB (Red+Green+Blue) = 195+80+35=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C35023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35023 is #3CAFDC. Grayscale: #6D6D6D. Windows color (decimal): -3977181 or 2314435. OLE color: 2314435.

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

Color convert

RGB 195 80 35 -
CMYK 0 0.59 0.82 0.24
HSL 16.88º 0.7% 0.45% -
HSV(B) 16.88º 0.82% 0.76% -
XYZ 25.68 17.46 3.61 -
YUV 109.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 195 80 35 0 0.59 0.82 0.24 16.88 0.7 0.45
Hex C3 50 23 0 3B 52 18 11 46 2D
Octal 303 120 43 0 73 122 30 21 106 55
Binary 11000011 1010000 100011 0 111011 1010010 11000 10001 1000110 101101

Color Harmonies of #C35023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35023

Black with #C35023

Text Example


Text Example

White with #C35023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35023; }

 p { color: rgb(195,80,35); }

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

background-color css

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

 a { background-color: rgb(195,80,35); }

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

border-color css

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

 span { border-color: rgb(195,80,35); }

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