Html Css Color HEX #CB753C Zest

📋 copy color: '#CB753C'

red 203 ◦ green 117 ◦ blue 60

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

Shades of Zest #CB753C

Tints of Zest #CB753C

RGB

 RED value IS 203 (79.69% from 255) = 53.42%

 GREEN value IS 117 (46.09% from 255) = 30.79%

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 53.42%
G = 30.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB753C (or 0xCB753C) is known color: Zest. HEX triplet: CB, 75 and 3C. RGB value is (203,117,60). Sum of RGB (Red+Green+Blue) = 203+117+60=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB753C is #348AC3. Grayscale: #888888. Windows color (decimal): -3443396 or 3962315. OLE color: 3962315.

HSL color Cylindrical-coordinate representation of color #CB753C: hue angle of 23.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB753C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 60 -
CMYK 0 0.42 0.70 0.20
HSL 23.92º 0.58% 0.52% -
HSV(B) 23.92º 0.7% 0.8% -
XYZ 31.81 25.75 7.57 -
YUV 136.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 203 117 60 0 0.42 0.70 0.20 23.92 0.58 0.52
Hex CB 75 3C 0 2A 46 14 18 3A 34
Octal 313 165 74 0 52 106 24 30 72 64
Binary 11001011 1110101 111100 0 101010 1000110 10100 11000 111010 110100

Color Harmonies of #CB753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB753C

Black with #CB753C

Text Example


Text Example

White with #CB753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB753C; }

 p { color: rgb(203,117,60); }

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

background-color css

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

 a { background-color: rgb(203,117,60); }

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

border-color css

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

 span { border-color: rgb(203,117,60); }

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