Html Css Color HEX #CCB698 Vanilla

📋 copy color: '#CCB698'

red 204 ◦ green 182 ◦ blue 152

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

Shades of Vanilla #CCB698

Tints of Vanilla #CCB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.83%

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 37.92%
G = 33.83%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB698 (or 0xCCB698) is known color: Vanilla. HEX triplet: CC, B6 and 98. RGB value is (204,182,152). Sum of RGB (Red+Green+Blue) = 204+182+152=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB698 is #334967. Grayscale: #B9B9B9. Windows color (decimal): -3361128 or 10008268. OLE color: 10008268.

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

Color convert

RGB 204 182 152 -
CMYK 0 0.11 0.25 0.2
HSL 34.62º 0.34% 0.7% -
HSV(B) 34.62º 0.25% 0.8% -
XYZ 47.3 48.56 36.59 -
YUV 185.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 204 182 152 0 0.11 0.25 0.2 34.62 0.34 0.7
Hex CC B6 98 0 B 19 14 23 22 46
Octal 314 266 230 0 13 31 24 43 42 106
Binary 11001100 10110110 10011000 0 1011 11001 10100 100011 100010 1000110

Color Harmonies of #CCB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB698

Black with #CCB698

Text Example


Text Example

White with #CCB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB698; }

 p { color: rgb(204,182,152); }

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

background-color css

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

 a { background-color: rgb(204,182,152); }

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

border-color css

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

 span { border-color: rgb(204,182,152); }

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