Html Css Color HEX #CCB994 Sour Dough

📋 copy color: '#CCB994'

red 204 ◦ green 185 ◦ blue 148

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

Shades of Sour Dough #CCB994

Tints of Sour Dough #CCB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 37.99%
G = 34.45%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB994 (or 0xCCB994) is known color: Sour Dough. HEX triplet: CC, B9 and 94. RGB value is (204,185,148). Sum of RGB (Red+Green+Blue) = 204+185+148=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB994 is #33466B. Grayscale: #BABABA. Windows color (decimal): -3360364 or 9746892. OLE color: 9746892.

HSL color Cylindrical-coordinate representation of color #CCB994: hue angle of 39.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 #CCB994 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 148 -
CMYK 0 0.09 0.27 0.2
HSL 39.64º 0.35% 0.69% -
HSV(B) 39.64º 0.27% 0.8% -
XYZ 47.6 49.67 35.1 -
YUV 186.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 204 185 148 0 0.09 0.27 0.2 39.64 0.35 0.69
Hex CC B9 94 0 9 1B 14 28 23 45
Octal 314 271 224 0 11 33 24 50 43 105
Binary 11001100 10111001 10010100 0 1001 11011 10100 101000 100011 1000101

Color Harmonies of #CCB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB994

Black with #CCB994

Text Example


Text Example

White with #CCB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB994; }

 p { color: rgb(204,185,148); }

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

background-color css

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

 a { background-color: rgb(204,185,148); }

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

border-color css

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

 span { border-color: rgb(204,185,148); }

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