Html Css Color HEX #CCB894 Sour Dough

📋 copy color: '#CCB894'

red 204 ◦ green 184 ◦ blue 148

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

Shades of Sour Dough #CCB894

Tints of Sour Dough #CCB894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

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

R = 38.06%
G = 34.33%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB894 (or 0xCCB894) is known color: Sour Dough. HEX triplet: CC, B8 and 94. RGB value is (204,184,148). Sum of RGB (Red+Green+Blue) = 204+184+148=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB894 is #33476B. Grayscale: #BABABA. Windows color (decimal): -3360620 or 9746636. OLE color: 9746636.

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

Color convert

RGB 204 184 148 -
CMYK 0 0.10 0.27 0.2
HSL 38.57º 0.35% 0.69% -
HSV(B) 38.57º 0.27% 0.8% -
XYZ 47.39 49.26 35.03 -
YUV 185.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 204 184 148 0 0.10 0.27 0.2 38.57 0.35 0.69
Hex CC B8 94 0 A 1B 14 27 23 45
Octal 314 270 224 0 12 33 24 47 43 105
Binary 11001100 10111000 10010100 0 1010 11011 10100 100111 100011 1000101

Color Harmonies of #CCB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB894

Black with #CCB894

Text Example


Text Example

White with #CCB894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB894; }

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

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

background-color css

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

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

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

border-color css

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

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

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