Html Css Color HEX #CB6C3A Zest

📋 copy color: '#CB6C3A'

red 203 ◦ green 108 ◦ blue 58

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

Shades of Zest #CB6C3A

Tints of Zest #CB6C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 55.01%
G = 29.27%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB6C3A (or 0xCB6C3A) is known color: Zest. HEX triplet: CB, 6C and 3A. RGB value is (203,108,58). Sum of RGB (Red+Green+Blue) = 203+108+58=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C3A is #3493C5. Grayscale: #838383. Windows color (decimal): -3445702 or 3828939. OLE color: 3828939.

HSL color Cylindrical-coordinate representation of color #CB6C3A: hue angle of 20.69º 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 #CB6C3A is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 58 -
CMYK 0 0.47 0.71 0.20
HSL 20.69º 0.58% 0.51% -
HSV(B) 20.69º 0.71% 0.8% -
XYZ 30.75 23.73 6.96 -
YUV 130.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 203 108 58 0 0.47 0.71 0.20 20.69 0.58 0.51
Hex CB 6C 3A 0 2F 47 14 15 3A 33
Octal 313 154 72 0 57 107 24 25 72 63
Binary 11001011 1101100 111010 0 101111 1000111 10100 10101 111010 110011

Color Harmonies of #CB6C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C3A

Black with #CB6C3A

Text Example


Text Example

White with #CB6C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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