Html Css Color HEX #CCCDAB Orinoco

📋 copy color: '#CCCDAB'

red 204 ◦ green 205 ◦ blue 171

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

Shades of Orinoco #CCCDAB

Tints of Orinoco #CCCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.34%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 35.17%
G = 35.34%
B = 29.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CCCDAB (or 0xCCCDAB) is known color: Orinoco. HEX triplet: CC, CD and AB. RGB value is (204,205,171). Sum of RGB (Red+Green+Blue) = 204+205+171=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDAB is #333254. Grayscale: #C8C8C8. Windows color (decimal): -3355221 or 11259340. OLE color: 11259340.

HSL color Cylindrical-coordinate representation of color #CCCDAB: hue angle of 61.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCDAB is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 171 -
CMYK 0.00 0 0.17 0.20
HSL 61.76º 0.25% 0.74% -
HSV(B) 61.76º 0.17% 0.8% -
XYZ 54.08 59.44 47.15 -
YUV 200.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 204 205 171 0.00 0 0.17 0.20 61.76 0.25 0.74
Hex CC CD AB 0 0 11 14 3E 19 4A
Octal 314 315 253 0 0 21 24 76 31 112
Binary 11001100 11001101 10101011 0 0 10001 10100 111110 11001 1001010

Color Harmonies of #CCCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDAB

Black with #CCCDAB

Text Example


Text Example

White with #CCCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDAB; }

 p { color: rgb(204,205,171); }

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

background-color css

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

 a { background-color: rgb(204,205,171); }

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

border-color css

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

 span { border-color: rgb(204,205,171); }

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