Html Css Color HEX #CB753A Zest

📋 copy color: '#CB753A'

red 203 ◦ green 117 ◦ blue 58

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

Shades of Zest #CB753A

Tints of Zest #CB753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 53.7%
G = 30.95%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB753A (or 0xCB753A) is known color: Zest. HEX triplet: CB, 75 and 3A. RGB value is (203,117,58). Sum of RGB (Red+Green+Blue) = 203+117+58=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB753A is #348AC5. Grayscale: #888888. Windows color (decimal): -3443398 or 3831243. OLE color: 3831243.

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

Color convert

RGB 203 117 58 -
CMYK 0 0.42 0.71 0.20
HSL 24.41º 0.58% 0.51% -
HSV(B) 24.41º 0.71% 0.8% -
XYZ 31.75 25.72 7.29 -
YUV 135.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 203 117 58 0 0.42 0.71 0.20 24.41 0.58 0.51
Hex CB 75 3A 0 2A 47 14 18 3A 33
Octal 313 165 72 0 52 107 24 30 72 63
Binary 11001011 1110101 111010 0 101010 1000111 10100 11000 111010 110011

Color Harmonies of #CB753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB753A

Black with #CB753A

Text Example


Text Example

White with #CB753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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