Html Css Color HEX #CCB093 Cashmere

📋 copy color: '#CCB093'

red 204 ◦ green 176 ◦ blue 147

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

Shades of Cashmere #CCB093

Tints of Cashmere #CCB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 147 (57.81% from 255) = 27.89%

R = 38.71%
G = 33.4%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB093 (or 0xCCB093) is known color: Cashmere. HEX triplet: CC, B0 and 93. RGB value is (204,176,147). Sum of RGB (Red+Green+Blue) = 204+176+147=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB093 is #334F6C. Grayscale: #B5B5B5. Windows color (decimal): -3362669 or 9679052. OLE color: 9679052.

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

Color convert

RGB 204 176 147 -
CMYK 0 0.14 0.28 0.2
HSL 30.53º 0.36% 0.69% -
HSV(B) 30.53º 0.28% 0.8% -
XYZ 45.69 45.99 34.07 -
YUV 181.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 204 176 147 0 0.14 0.28 0.2 30.53 0.36 0.69
Hex CC B0 93 0 E 1C 14 1F 24 45
Octal 314 260 223 0 16 34 24 37 44 105
Binary 11001100 10110000 10010011 0 1110 11100 10100 11111 100100 1000101

Color Harmonies of #CCB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB093

Black with #CCB093

Text Example


Text Example

White with #CCB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB093; }

 p { color: rgb(204,176,147); }

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

background-color css

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

 a { background-color: rgb(204,176,147); }

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

border-color css

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

 span { border-color: rgb(204,176,147); }

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