Html Css Color HEX #CCB19A Cashmere

📋 copy color: '#CCB19A'

red 204 ◦ green 177 ◦ blue 154

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

Shades of Cashmere #CCB19A

Tints of Cashmere #CCB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

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

R = 38.13%
G = 33.08%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB19A (or 0xCCB19A) is known color: Cashmere. HEX triplet: CC, B1 and 9A. RGB value is (204,177,154). Sum of RGB (Red+Green+Blue) = 204+177+154=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19A is #334E65. Grayscale: #B6B6B6. Windows color (decimal): -3362406 or 10138060. OLE color: 10138060.

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

Color convert

RGB 204 177 154 -
CMYK 0 0.13 0.25 0.2
HSL 27.6º 0.33% 0.7% -
HSV(B) 27.6º 0.25% 0.8% -
XYZ 46.46 46.61 37.12 -
YUV 182.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 204 177 154 0 0.13 0.25 0.2 27.6 0.33 0.7
Hex CC B1 9A 0 D 19 14 1C 21 46
Octal 314 261 232 0 15 31 24 34 41 106
Binary 11001100 10110001 10011010 0 1101 11001 10100 11100 100001 1000110

Color Harmonies of #CCB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB19A

Black with #CCB19A

Text Example


Text Example

White with #CCB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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