Html Css Color HEX #CFDCAB Orinoco

📋 copy color: '#CFDCAB'

red 207 ◦ green 220 ◦ blue 171

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

Shades of Orinoco #CFDCAB

Tints of Orinoco #CFDCAB

RGB

 RED value IS 207 (81.25% from 255) = 34.62%

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 34.62%
G = 36.79%
B = 28.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#CFDCAB (or 0xCFDCAB) is known color: Orinoco. HEX triplet: CF, DC and AB. RGB value is (207,220,171). Sum of RGB (Red+Green+Blue) = 207+220+171=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCAB is #302354. Grayscale: #D2D2D2. Windows color (decimal): -3154773 or 11263183. OLE color: 11263183.

HSL color Cylindrical-coordinate representation of color #CFDCAB: hue angle of 75.92º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDCAB is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 171 -
CMYK 0.06 0 0.22 0.14
HSL 75.92º 0.41% 0.77% -
HSV(B) 75.92º 0.22% 0.86% -
XYZ 58.68 67.39 48.44 -
YUV 210.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 207 220 171 0.06 0 0.22 0.14 75.92 0.41 0.77
Hex CF DC AB 6 0 16 E 4C 29 4D
Octal 317 334 253 6 0 26 16 114 51 115
Binary 11001111 11011100 10101011 110 0 10110 1110 1001100 101001 1001101

Color Harmonies of #CFDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCAB

Black with #CFDCAB

Text Example


Text Example

White with #CFDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCAB; }

 p { color: rgb(207,220,171); }

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

background-color css

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

 a { background-color: rgb(207,220,171); }

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

border-color css

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

 span { border-color: rgb(207,220,171); }

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