Html Css Color HEX #CCB49A Vanilla

📋 copy color: '#CCB49A'

red 204 ◦ green 180 ◦ blue 154

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

Shades of Vanilla #CCB49A

Tints of Vanilla #CCB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.46%

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

R = 37.92%
G = 33.46%
B = 28.62%

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

#CCB49A (or 0xCCB49A) is known color: Vanilla. HEX triplet: CC, B4 and 9A. RGB value is (204,180,154). Sum of RGB (Red+Green+Blue) = 204+180+154=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB49A is #334B65. Grayscale: #B8B8B8. Windows color (decimal): -3361638 or 10138828. OLE color: 10138828.

HSL color Cylindrical-coordinate representation of color #CCB49A: hue angle of 31.2º 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 #CCB49A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 154 -
CMYK 0 0.12 0.25 0.2
HSL 31.2º 0.33% 0.7% -
HSV(B) 31.2º 0.25% 0.8% -
XYZ 47.06 47.81 37.32 -
YUV 184.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 204 180 154 0 0.12 0.25 0.2 31.2 0.33 0.7
Hex CC B4 9A 0 C 19 14 1F 21 46
Octal 314 264 232 0 14 31 24 37 41 106
Binary 11001100 10110100 10011010 0 1100 11001 10100 11111 100001 1000110

Color Harmonies of #CCB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB49A

Black with #CCB49A

Text Example


Text Example

White with #CCB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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