Html Css Color HEX #CCB295 Vanilla

📋 copy color: '#CCB295'

red 204 ◦ green 178 ◦ blue 149

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

Shades of Vanilla #CCB295

Tints of Vanilla #CCB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 38.42%
G = 33.52%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB295 (or 0xCCB295) is known color: Vanilla. HEX triplet: CC, B2 and 95. RGB value is (204,178,149). Sum of RGB (Red+Green+Blue) = 204+178+149=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB295 is #334D6A. Grayscale: #B6B6B6. Windows color (decimal): -3362155 or 9810636. OLE color: 9810636.

HSL color Cylindrical-coordinate representation of color #CCB295: hue angle of 31.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB295 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 149 -
CMYK 0 0.13 0.27 0.2
HSL 31.64º 0.35% 0.69% -
HSV(B) 31.64º 0.27% 0.8% -
XYZ 46.25 46.85 35.04 -
YUV 182.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 204 178 149 0 0.13 0.27 0.2 31.64 0.35 0.69
Hex CC B2 95 0 D 1B 14 20 23 45
Octal 314 262 225 0 15 33 24 40 43 105
Binary 11001100 10110010 10010101 0 1101 11011 10100 100000 100011 1000101

Color Harmonies of #CCB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB295

Black with #CCB295

Text Example


Text Example

White with #CCB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB295; }

 p { color: rgb(204,178,149); }

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

background-color css

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

 a { background-color: rgb(204,178,149); }

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

border-color css

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

 span { border-color: rgb(204,178,149); }

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