Html Css Color HEX #CCB39A Vanilla

📋 copy color: '#CCB39A'

red 204 ◦ green 179 ◦ blue 154

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

Shades of Vanilla #CCB39A

Tints of Vanilla #CCB39A

RGB

 RED value IS 204 (80.08% from 255) = 37.99%

 GREEN value IS 179 (70.31% from 255) = 33.33%

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 37.99%
G = 33.33%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB39A (or 0xCCB39A) is known color: Vanilla. HEX triplet: CC, B3 and 9A. RGB value is (204,179,154). Sum of RGB (Red+Green+Blue) = 204+179+154=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB39A is #334C65. Grayscale: #B7B7B7. Windows color (decimal): -3361894 or 10138572. OLE color: 10138572.

HSL color Cylindrical-coordinate representation of color #CCB39A: hue angle of 30º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB39A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 154 -
CMYK 0 0.12 0.25 0.2
HSL 30º 0.33% 0.7% -
HSV(B) 30º 0.25% 0.8% -
XYZ 46.85 47.41 37.25 -
YUV 183.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 204 179 154 0 0.12 0.25 0.2 30 0.33 0.7
Hex CC B3 9A 0 C 19 14 1E 21 46
Octal 314 263 232 0 14 31 24 36 41 106
Binary 11001100 10110011 10011010 0 1100 11001 10100 11110 100001 1000110

Color Harmonies of #CCB39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB39A

Black with #CCB39A

Text Example


Text Example

White with #CCB39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB39A; }

 p { color: rgb(204,179,154); }

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

background-color css

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

 a { background-color: rgb(204,179,154); }

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

border-color css

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

 span { border-color: rgb(204,179,154); }

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