Html Css Color HEX #CCB283 Calico

📋 copy color: '#CCB283'

red 204 ◦ green 178 ◦ blue 131

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

Shades of Calico #CCB283

Tints of Calico #CCB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 131 (51.56% from 255) = 25.54%

R = 39.77%
G = 34.7%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCB283 (or 0xCCB283) is known color: Calico. HEX triplet: CC, B2 and 83. RGB value is (204,178,131). Sum of RGB (Red+Green+Blue) = 204+178+131=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB283 is #334D7C. Grayscale: #B4B4B4. Windows color (decimal): -3362173 or 8630988. OLE color: 8630988.

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

Color convert

RGB 204 178 131 -
CMYK 0 0.13 0.36 0.2
HSL 38.63º 0.42% 0.66% -
HSV(B) 38.63º 0.36% 0.8% -
XYZ 44.92 46.32 28.05 -
YUV 180.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 204 178 131 0 0.13 0.36 0.2 38.63 0.42 0.66
Hex CC B2 83 0 D 24 14 27 2A 42
Octal 314 262 203 0 15 44 24 47 52 102
Binary 11001100 10110010 10000011 0 1101 100100 10100 100111 101010 1000010

Color Harmonies of #CCB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB283

Black with #CCB283

Text Example


Text Example

White with #CCB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB283; }

 p { color: rgb(204,178,131); }

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

background-color css

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

 a { background-color: rgb(204,178,131); }

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

border-color css

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

 span { border-color: rgb(204,178,131); }

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