Html Css Color HEX #CB6D38 Zest

📋 copy color: '#CB6D38'

red 203 ◦ green 109 ◦ blue 56

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

Shades of Zest #CB6D38

Tints of Zest #CB6D38

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 56 (22.27% from 255) = 15.22%

R = 55.16%
G = 29.62%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB6D38 (or 0xCB6D38) is known color: Zest. HEX triplet: CB, 6D and 38. RGB value is (203,109,56). Sum of RGB (Red+Green+Blue) = 203+109+56=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D38 is #3492C7. Grayscale: #838383. Windows color (decimal): -3445448 or 3698123. OLE color: 3698123.

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

Color convert

RGB 203 109 56 -
CMYK 0 0.46 0.72 0.20
HSL 21.63º 0.59% 0.51% -
HSV(B) 21.63º 0.72% 0.8% -
XYZ 30.81 23.92 6.73 -
YUV 131.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 203 109 56 0 0.46 0.72 0.20 21.63 0.59 0.51
Hex CB 6D 38 0 2E 48 14 16 3B 33
Octal 313 155 70 0 56 110 24 26 73 63
Binary 11001011 1101101 111000 0 101110 1001000 10100 10110 111011 110011

Color Harmonies of #CB6D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D38

Black with #CB6D38

Text Example


Text Example

White with #CB6D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D38; }

 p { color: rgb(203,109,56); }

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

background-color css

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

 a { background-color: rgb(203,109,56); }

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

border-color css

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

 span { border-color: rgb(203,109,56); }

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